armv8: fsl-layerscape: spl: remove BSS clearing and board_init_r
authorQianyu Gong <[email protected]>
Wed, 7 Sep 2016 09:56:10 +0000 (17:56 +0800)
committerYork Sun <[email protected]>
Wed, 14 Sep 2016 21:10:22 +0000 (14:10 -0700)
commitcaa6e9b03aed3b5c9d1a0dfbec59391d646592a0
tree62237ccaef0ac875eb6d77d825502c4464aa5c04
parenta8c9d66c644dbfef6b953ab530565da3f61c6665
armv8: fsl-layerscape: spl: remove BSS clearing and board_init_r

As per the top level U-Boot README "Board Initialisation Flow"
section, board_init_f() should return without calling board_init_r()
directly. Clearing BSS and calling board_init_r() will be done in
crt0_64.S.

Signed-off-by: Gong Qianyu <[email protected]>
Reviewed-by: York Sun <[email protected]>
arch/arm/cpu/armv8/fsl-layerscape/spl.c